Obtains a Visual Basic VarType constant indicating the type of data stored in a particular field. Fields are identified using field indexes. Field indexes for the Crystal Data Source interface start with 1 for the first field, 2 for the second, etc.
Dim fieldType As Integer
fieldType = myCRDataSource.CRDataSource_FieldType 1
If fieldType = vbString Then
' Do something with the string data in this field
End If
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |